home *** CD-ROM | disk | FTP | other *** search
/ Gekikoh Dennoh Club 7 / Gekikoh Dennoh Club Vol. 7 (Japan).7z / Gekikoh Dennoh Club Vol. 7 (Japan) (Track 01).bin / tools / bootsala / cvsala.rc < prev    next >
Text File  |  1998-01-01  |  701b  |  30 lines

  1. ;========================================================================
  2. ;    cvsala.rc for MicroEmacs
  3. ;    「沙羅曼蛇」ソースファイル変換
  4. ;            Written by Igarashi
  5. ;========================================================================
  6. store-procedure conv-sala-source-sub
  7.     beginning-of-file
  8.     set $search "$000f[0-9a-f][0-9a-f][0-9a-f][0-9a-f]"
  9.     !while 1
  10.         !force hunt-forward
  11.         !if &sequal $status FALSE
  12.             !goto endp
  13.         !endif
  14.         4 backward-character
  15.         5 delete-previous-character
  16.         insert-string "$007f0000+$"
  17.     !endwhile
  18. *endp
  19. !endm
  20.  
  21. find-file "_sala2.s"
  22. add-mode "MAGIC"
  23. write-message "「沙羅曼蛇」ソースファイルを変換中です..."
  24.  
  25. conv-sala-source-sub
  26.  
  27. save-file
  28. exit-emacs
  29.  
  30.